
.custom-page {
    background-image: url("/css/templates/v1/images/paper-airplanes-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
    font-family: helvetica, sans-serif;
    background-attachment: fixed;
}

.custom-identifiants {
    background-color: rgba(38, 174, 200, .9);
    border-radius: 20px 20px 0 0;
    margin-top: 35px;
}

.custom-header {
    background-color: rgba(38, 174, 200, .9);
}

.custom-body {
    background-color: rgba(38, 174, 200, .9);
}

.custom-footer {
    background-color: rgba(38, 174, 200, .9);
    border-radius: 0 0 20px 20px;
    margin-bottom: 35px;
    text-align: center;
}

.custom-headerPage {
    text-align: center;
}

.custom-question {
    border-bottom: 1px solid #25a3b8;
    border-top: 1px solid #2abcd4;
    margin: 0;
}

.custom-progressBar {
    margin-right: 15px;
    background-color: #2889c2;
}

.custom-progressValue {
    background-color: #205e8b;
}

.custom-tab {
    border: 1px solid #2377a3;
}

.custom-curseur {
    background-color: #2889c2;
}

.custom-curseurBar {
    background-color: #205e8b;
}

.custom-curseurSlide {
    background-color: #0b3144;
}

.custom-champAutre {
    border-radius: 0;
    border: none;
    background-color: #2889c2;
    color: #fff;
}

.custom-champTexte {
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #2889c2;
}

.custom-champValeur {
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #216f9d;
}

.custom-example {
    color: #f0f0f0;
}

.custom-numerotation {
    font-weight: bold;
    font-size: 20px;
}

.custom-libelle {
    font-size: 20px;
}

.custom-asterisque {
    font-weight: bold;
    font-size: 20px;
    font-family: tahoma, Geneva, sans-serif;
    color: #f00;
}

.custom-classement {
    border: none;
    background-color: #494949;
}

.custom-classement table {
    background-color: #2788c2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.custom-bouton {
    background-color: #2277a9;
    border: none;
    color: #fff;
}
